home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / at_time.arc / AT.DOC < prev   
Text File  |  1987-10-07  |  866b  |  21 lines

  1.  
  2. AT [8/26/87] Command Scheduler   (c) 1987 Bill Frolik
  3.  
  4. Schedule a DOS command for execution at a specified time and date.
  5.  
  6. usage: AT [ ? | -num | [+]time [date] DOS command line ]
  7.  
  8.    ?  shows currently scheduled events.
  9. -num  deletes item number <num> from the schedule.
  10. date  is month and date, and may be specified in MM-DD, MM/DD or DD.MM
  11.       format.  Note that a year may not be specified.
  12. time  is specified in hour and minutes, run together or optionally
  13.       separated by a colon.  An 'am' or 'pm' may be appended to the
  14.       time string; a plus sign signifies time relative to the current time.
  15.  
  16. Scheduled commands are only issued when your system is waiting for you
  17. to enter a DOS command at the current command level; any other activity
  18. postpones command execution.  And remember: the schedule goes away at
  19. power-off or reboot.
  20.  
  21.